home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / internet / other / access.mai < prev    next >
Encoding:
Text File  |  1994-10-23  |  20.7 KB  |  561 lines

  1.  
  2.                  Accessing The Internet By E-Mail
  3.                    A Special "Doctor Bob" Report
  4.  
  5.  
  6.              Copyright (c) 1994,  "Doctor Bob" Rankin
  7.     All rights reserved.  Permission is granted to repost this
  8.            document in complete and unaltered form only.
  9.  
  10.  
  11. How to Access Internet Services by E-mail
  12. -----------------------------------------
  13.  
  14. If your only access to the Internet is via e-mail, you don't have to miss
  15. out
  16. on all the fun!  Maybe you've heard of FTP, Gopher, Archie, Veronica, and
  17. WAIS, but thought they were out of your reach because your online service
  18. does not provide those tools.  Not so!  And even if you do have full
  19. Internet access, using E-mail servers can save you time and money.
  20.  
  21. This special report will show you how to retrieve files from FTP sites,
  22. explore the Internet via Gopher, search for information with Archie or
  23. Veronica and query hundreds of  WAIS databases using E-MAIL AS YOUR ONLY
  24. TOOL.
  25.  
  26. If you can send a note to an Internet address, you're in the game!  This
  27. is
  28. great news for users of popular online services such as CompuServe,
  29. Prodigy
  30. and America Online where there is partial or no direct Internet access.
  31.  
  32. I encourage you to read this entire report first and then go back and try
  33. out
  34. the techniques that are covered.  This way, you will gain a broader
  35. perspective of the information resources that are available, an
  36. introduction
  37. to the tools you can work with, and the best methods for finding the
  38. information you want.
  39.  
  40.  
  41. A Short Aside... "What is the Internet?"
  42. ----------------------------------------
  43.  
  44. Many introductory texts on the Internet go into excruciating detail on the
  45. history, composition and protocol of the Internet.  If you were looking
  46. for
  47. that you won't find it here, because this is a "how to" lesson, not a
  48. history book.
  49.  
  50. When you buy a new car, they don't make you read "The Life and Times of
  51. Henry
  52. Ford" before you can turn the top down and squeal off the lot.  And when
  53. you
  54. get a new computer, nobody forces you to read a text on logic design
  55. before
  56. you fire up Leisure Suit Larry or WordPerfect.
  57.  
  58. So if you're the type that wants to short-circuit the preliminaries and
  59. just
  60. dig in, you've come to the right place.  I'm not going to bore you with
  61. the
  62. gory details.  Instead, I'll just offer up my Reader's Digest condensed
  63. definition of the Internet, and encourage you to read more about the
  64. Internet in one of the many fine Internet books & guides listed in the
  65. Appendix.  Some of them are even free, and accessible directly from the
  66. Internet!
  67.  
  68. Internet (noun)  - A sprawling collection of computer networks that spans
  69. the
  70. globe, connecting government, military, educational & commercial
  71. institutions, as well as private citizens to a wide range of computer
  72. services, resources, and information.  A set of network conventions and
  73. common tools are employed to give the appearance of a single large
  74. network,
  75. even though the computers that are linked together use many different
  76. hardware and software platforms.
  77.  
  78.  
  79. FTP By E-Mail
  80. -------------
  81.  
  82. FTP stands for "file transfer protocol", and  is a means of accessing
  83. files
  84. that are stored on remote computer systems.  Files are stored in a
  85. hierarchical "tree" of directories,  each of which pertains to a different
  86. subject.  Using FTP by e-mail can be nice even for those with full
  87. Internet
  88. access, because some FTP servers are heavily loaded and interactive
  89. response
  90. can be very sluggish.  So it makes sense not to waste time and connect
  91. charges in these cases.
  92.  
  93. To access FTP by e-mail, you first need a list of FTP "sites" which are
  94. the
  95. addresses of the remote computer systems that allow you to retrieve files
  96. anonymously (with having a userid and password on that system).  To get
  97. this
  98. list, send an e-mail note to:
  99.         mail-server@rtfm.mit.edu
  100.  
  101. without a subject and include these lines in the body of the note.
  102.         send usenet/news.answers/ftp-list/sitelist/part1
  103.         send usenet/news.answers/ftp-list/sitelist/part2
  104.         send usenet/news.answers/ftp-list/sitelist/part3
  105.         send usenet/news.answers/ftp-list/sitelist/part4
  106.         send usenet/news.answers/ftp-list/sitelist/part5
  107.         send usenet/news.answers/ftp-list/sitelist/part6
  108.         send usenet/news.answers/ftp-list/sitelist/part7
  109.         send usenet/news.answers/ftp-list/sitelist/part8
  110.  
  111. You will then receive (by e-mail) 8 files which comprise the "FTP Site
  112. List".
  113. Print them out or store them in a place where you can reference the list
  114. handily.  Another file you might want to retrieve is "FTP Frequently Asked
  115. Questions", so add this line to your note as well.  This file contains
  116. lots
  117. more info on using FTP services.
  118.         send usenet/news.answers/ftp-list/faq
  119.  
  120. If you find an interesting FTP site in the list, send e-mail to one of
  121. these
  122. addresses  (in order of preference):
  123.         bitftp@pucc.princeton.edu
  124.         ftpmail@sunsite.unc.edu
  125.         ftpmail@decwrl.dec.com
  126.  
  127. And in the body of the note, include these lines:
  128.         open <name of site>
  129.         dir
  130.         quit
  131.  
  132. This will return to you a list of the files stored in the root directory
  133. at
  134. that site.  In your next mail message you can navigate to other
  135. directories
  136. by inserting (for example)
  137.         cd pub
  138.  
  139. before the dir command.  ("pub" is a common directory name, and usually a
  140. good place to start.)  Once you determine the name of a file you want to
  141. retrieve, use
  142.         get <name of file>
  143.  
  144. in your note instead of the dir command.  If the file you want to retrieve
  145. is
  146. plain text, this will suffice.  If it's a binary file (a program, etc.)
  147. you'll need to insert the binary command in your note before the get
  148. command.
  149.  
  150. So to summarize, here's the e-mail message you would send to the address
  151. "bitftp@pucc.princeton.edu" in order to retrieve the text of The
  152. Declaration
  153. of Independence from a remote FTP site:
  154.         open ftp.eff.org
  155.         cd pub/CAF/civics
  156.         get dec_of_ind
  157.         quit
  158.  
  159. Some other interesting FTP sites you may want to "visit" are listed below:
  160.  
  161. ocf.berkeley.edu    try: pub/Library for  documents, bible, lyrics, etc.
  162. rtfm.mit.edu        try: pub/usenet/news.answers for USENET FAQs &
  163. archives
  164. oak.oakland.edu     try: pub/msdos for a huge DOS software library
  165. ftp.sura.net        try: pub/nic for Internet how-to documents
  166. quartz.rutgers.edu  try: pub/humor for lots of humor files
  167.  
  168.  
  169. You should note that FTP mail servers tend to be quite busy so your reply
  170. may
  171. not arrive for several minutes, hours, or days, depending on when and
  172. where
  173. you send your request.  Also, some large files may be split into smaller
  174. pieces and returned to you as multiple messages.
  175.  
  176. If the file that is returned to you ends up looking something like what
  177. you
  178. see below, (the word "begin" with a number and the filename on one line,
  179. followed by a bunch of 61-character lines) it has been uuencoded  by the
  180. sender.  You'll need to scrounge up a version of the uudecode program for
  181. your operating system (UNIX, DOS, OS/2, VM, etc.) in order to unscramble
  182. the
  183. file.  Most likely you'll find a copy in your service provider's download
  184. library.
  185.  
  186.     begin 001 sample.zip
  187.     M4$L#!`H`!@`&`/6H?18<$-Z$F@P```@?```,````5$5,25@S,34N5%A480I[
  188.     M!P8;!KL,2P,)!PL)"PD'%@<(!@4&!P8%-@<6%PL*!@@*"P4&%00&%P4*"`4&
  189.     M%08*)08(!Q@*!PH("P<+!"4$)00*!@0%%`4)-`<&%PD:*_S\_/O[^PP++`LL
  190.  
  191. Another point to consider...  If your online service charges you to store
  192. e-mail files that are sent to you and you plan to receive some large files
  193. via FTP, it would be wise to handle your "inbasket" expeditiously to avoid
  194. storage costs!
  195.  
  196.  
  197. Archie By E-Mail
  198. ----------------
  199.  
  200. Let's say you know the name of a file, but you have no idea at which what
  201. FTP
  202. site it might be lurking.  Or maybe you're curious to know if a file
  203. matching a certain naming criteria is available via FTP.  Archie is the
  204. tool
  205. you can use to find out!
  206.  
  207. Archie servers can be thought of as a database of all the anonymous FTP
  208. sites in the world, allowing you to find the site and/or name of a file to
  209. be retrieved.  And using Archie by e-mail can be convenient because some
  210. Archie searches take a while to complete, leaving you to tap your toes in
  211. the meantime.
  212.  
  213. To use Archie by e-mail, simply send an e-mail message to one of the
  214. following addresses:
  215.         archie@archie.unl.edu
  216.         archie@archie.rutgers.edu
  217.         archie@archie.internic.net
  218.         archie@archie.sura.net
  219.  
  220. To obtain detailed help for using Archie by mail, put the word
  221.         help
  222. in the subject of the note and just send it off.  You'll receive e-mail
  223. explaining how to use archie services.
  224.  
  225. If you're the "just do it" type, then leave the subject  blank and enter
  226.         find foo.bar
  227. where "foo.bar" is the name of the file to search for, in the body (not
  228. the
  229. subject) of the note.
  230.  
  231. This will search for files that match your criteria exactly.  If you want
  232. to
  233. find files that contain your search criteria anywhere in their name,
  234. insert
  235. the line
  236.         set search sub
  237. before the "find" command.  Some other useful archie commands you might
  238. want
  239. to use are:
  240.  
  241.        set maxhits 20             limit amount of output , default 100
  242. files
  243.        set match_domain usa       (restrict output to FTP sites in USA)
  244.        set output_format terse    (return output in condensed  form)
  245.  
  246. When you get the results from your Archie query, it will contain the names
  247. of
  248. various sites at which the desired file is located.  Use one of these site
  249. names and the exact filename listed for your next FTP file retrieval
  250. request.
  251.  
  252.  
  253. Gopher By E-Mail
  254. ----------------
  255.  
  256. Gopher is an excellent tool for exploring the Internet and is the best way
  257. to find a resource if you know what you want, but not where to find it.  A
  258. gopher system is menu-based, and provides a user-friendly "front-end" to
  259. Internet resources, searches and information retrieval.   Without a tool
  260. like Gopher, you'd have to wander aimlessly through the Internet jungles
  261. and
  262. swamps to find the treasures you seek.  Gopher "knows where things are"
  263. and
  264. guides you to the good stuff.
  265.  
  266. Gopher takes the rough edges off of the Internet by automating remote
  267. logins, hiding the sometimes-cryptic command sequences, and offers
  268. powerful
  269. search capabilities in as well.  And of course you can use Gopher by
  270. e-mail!
  271.  
  272. Although not every item on every menu will be accessible by "gopher mail",
  273. you'll still find plenty of interesting things using this technique.   
  274. Down
  275. to brass tacks... let's send e-mail to one of these addresses:
  276.         gopher@earn.net    or    gophermail@calvin.edu
  277.  
  278. Leave the subject blank, enter help in the body of the note, and let it
  279. rip.
  280. You'll soon receive by e-mail the text of the main menu at the gopher site
  281. you selected.  To proceed to one of the selections on the menu just e-mail
  282. the whole text of the note (from the menu downwards) back to the gopher
  283. server, placing an "x" next to the items(s) you want to explore.  You'll
  284. then receive the next level of the gopher menu by e-mail.  Some menu
  285. choices
  286. lead to other menus, some lead to text files, and some lead to search
  287. facilities.
  288.  
  289. To perform a search, select that menu item with an "x" and supply your
  290. search
  291. words in the Subject: of your next reply.  Note that your search criteria
  292. can be a single word or a boolean expression such as:
  293.         document and (historical or government)
  294. The each of the results (the "hits") of your search will be displayed as
  295. an
  296. entry on yet another gopher menu!
  297.  
  298. Just remember, you must return the entire gopher menu and all the routing
  299. info that follows it each time you reply to the gopher-mail  server,
  300. marking
  301. your selection(s) with an "x", and specifying search words (if
  302. appropriate)
  303. in the Subject of the e-mail message.
  304.  
  305.  
  306. Veronica By E-Mail
  307. ------------------
  308.  
  309. Speaking of searches, this is a good time to mention Veronica.  Just like
  310. Archie provides a searchable index of FTP sites, Veronica provides this
  311. function for "gopherspace".   Veronica will ask you what you want to look
  312. for (your search words) and then display another menu listing all the
  313. gopher
  314. menu items that match your search.  In typical gopher fashion, you can
  315. then
  316. select one of these items and "go-pher it"!
  317.  
  318. To try Veronica by e-mail, retrieve the main menu from gopher@earn.net
  319. using the method just described.  Then try the choice labelled "Other
  320. Gopher and Information Servers".  This menu will have an entry for
  321. Veronica.
  322.  
  323. You'll have to select one (or more) Veronica servers to handle your query,
  324. specifying the search words in the Subject of your reply.  Here's another
  325. example of where using e-mail servers can save time and money.  Often the
  326. Veronica servers are very busy and tell you to "try again later".  So
  327. select
  328. 2 or 3 servers, and chances are one of them will be able to handle your
  329. request the first time around.
  330.  
  331.  
  332. WAIS Searches By E-Mail
  333. -----------------------
  334.  
  335. WAIS stands for Wide Area Information Service, and is a means of searching
  336. a
  337. set of over 500 indexed databases.  The range of topics is too broad to
  338. mention, and besides, you'll soon learn how to get the topic list for
  339. yourself!
  340.  
  341. To try WAIS by e-mail, retrieve the main menu from gopher@earn.net  using
  342. the method just described.  Then try the choice labelled "Other Gopher and
  343. Information Servers".  This menu will have an entry for "WAIS Based
  344. Information".
  345.  
  346. There are several paths to follow from here.  You might choose one of:
  347.         List of all WAIS databases
  348.         WAIS databases sorted by letter
  349.         WAIS databases sorted by Subject
  350.  
  351. A good path for beginners would be the last entry, followed up by "Subject
  352. Tree".  After 1 or 2 more levels you'll select the database you want to
  353. search, specifying the search words as before in the Subject of your
  354. reply.
  355.  
  356.  
  357. Note: The path to some resources, files or databases can be a bit tedious,
  358. requiring several e-mail messages to the gopher-mail server.  But here's
  359. the
  360. good news... If you've done it once, you can re-use any of the e-mail
  361. messages previously sent in, changing it to suit your current needs. 
  362. (This
  363. applies to all gopher-mail services.)
  364.  
  365.  
  366. Usenet By E-Mail
  367. ----------------
  368.  
  369. Usenet is a collection of over 5000 discussion groups on every topic
  370. imaginable.  In order to get a proper start and avoid embarrasing yourself
  371. needlessly, you must read the Usenet new users intro document, which can
  372. be
  373. obtained  by sending an e-mail note to  mail-server@rtfm.mit.edu without a
  374. subject and including this line in the body of the note:
  375.         send usenet/news.answers/news-newusers-intro
  376.  
  377. Once you've handled the preliminaries, you'll need to know to read and
  378. contribute to Usenet newsgroups by e-mail.  To read a newsgroup, you will
  379. use the gophermail service discussed earlier in this guide.
  380.  
  381. Send the following file by e-mail to gophermail@Calvin.EDU (or another
  382. GopherMail Server) to obtain a list of recent postings to a particular
  383. newsgroup.  (You must replace "<groupname>" below with the name of the
  384. Usenet newsgroup you wish to access.  eg: alt.answers, biz.comp.services,
  385. news.newusers.questions, etc.)
  386.  
  387. ---start here---
  388.     x 1.  <groupname>/
  389.  
  390. You may edit the following two numbers to set the maximum sizes after
  391. which
  392. GopherMail should send output as multiple email messages:
  393.  
  394. Split=27K bytes/message <- For text, bin, HQX messages (0 = No split)
  395. Menu=100 items/message <- For menus and query responses (0 = No split)
  396.  
  397. #
  398. Name=<groupname>
  399. Numb=1
  400. Type=1
  401. Port=4320
  402. Path=news group <groupname>
  403. Host=saturn.wwc.edu
  404. ---end here---
  405.  
  406. The gophermail server will mail you a typical gopher menu on which you may
  407. select the individual postings you wish to read.  If you decide to make a
  408. post of your own,  mail the text you wish to post to:
  409.     newsgroup.name.usenet@decwrl.dec.com
  410. For example, to post to news.newusers.questions, you would send  your
  411. message to news.newusers.questions.usenet@decwrl.dec.com.  Be sure to
  412. include an appropriate Subject: line, and to include your real name and
  413. e-mail address at the close of your note.
  414.  
  415.  
  416. A Few Net-Goodies
  417. -----------------
  418.  
  419. Here are some other interesting things you can do by e-mail.
  420. Some of them are accessible only by e-mail!
  421.  
  422. FINGER by e-mail
  423.  
  424. "Finger" is a utility that returns information about another user.
  425. Usually it's just boring stuff like last logon time, etc., but sometimes
  426. people put fun or useful information in their finger replies.  To try
  427. out finger, send e-mail to jfesler@netcom.com with a subject of #finger
  428. jtchern@headcrash.berkeley.edu.  You'll receive current major league
  429. baseball standings!  (The general form is #finger user@site.)
  430.  
  431. WEBSTER by e-mail
  432. Don't have your dictionary handy?  Send e-mail to
  433. jfesler@netcom.com again, but this time make the subject #webster test
  434. and you'll get a definition of the word "test" in reply.
  435.  
  436. Almanac & Weather
  437. Almanac & Weather Jason Fesler offers a bunch of other services by
  438. e-mail!  Almanac (daily updates), Weather, CD Music Catalog, etc.
  439. E-mail jfesler@netcom.com with subject #HELP.  While you're at it, why
  440. not send a note with a subject of "Thanks!".
  441.  
  442. CONGRESS email
  443. Find out if your congressman has an electronic address!
  444. Just send mail to the address congress@hr.house.gov and you'll get a
  445. listing of congressional e-mail addresses.
  446.  
  447. Mailing Lists
  448. There are literally thousands of discussion groups that stay in touch
  449. using e-mail based systems known as "mailing lists".  People interested
  450. in a topic "subscribe" to a "list" and then send & receive postings by
  451. e-mail.  For a good introduction to this topic, send mail to
  452. listserv@vm1.nodak.edu with GET NEW-LIST WOUTERS as the first line.
  453.  
  454. USENET Searches
  455. A new service at Stanford University makes it possible to search USENET
  456. newsgroups for postings that contain keywords of interest to you.  You
  457. can even "subscribe" and receive a daily list of newsgroups posting that
  458. match your search criteria.  Send mail to netnews@db.stanford.edu with
  459. no subject and help in the body of note for full details.
  460.  
  461. MOVIE Info
  462. To learn how to get tons of info on movies, actors, directors, etc.
  463. send mail to movie@ibmpcug.co.uk with no subject and help in the body of
  464. note for full details.
  465.  
  466. Stock Market
  467. Send e-mail with subject Stock Market Quotes to martin.wong@eng.sun.com
  468. and you'll receive a stock market report.  (updated daily)
  469.  
  470. Suggested Reading
  471. -----------------
  472.  
  473. There are lots of good books and guides to help you get started on the
  474. Internet, and here are some that I recommend.  The first three are free
  475. via anonymous FTP, and the others can be found in most bookstores that
  476. carry computer-related books.
  477.  
  478. "Zen and the Art of the Internet", by Brendan Kehoe
  479.         Via ftp site: ftp.cs.widener.edu;  directory: pub/zen
  480.  
  481. "There's Gold in them thar Networks", by Jerry Martin
  482.         Via ftp site: nic.ddn.mil; directory: rfc; filename: rfc1402.txt
  483.  
  484. "Hitchhiker's Guide to the Internet", by Ed Krol
  485.         Via ftp site: nic.ddn.mil; directory: rfc; filename: rfc1118.txt
  486.  
  487. "The Whole Internet User's Guide and Catalog", by Ed Krol
  488.         Publisher: O'Reilly & Associates♪       ISBN: 1-56592-063-5
  489.         Price $24.95
  490.  
  491. "The Big Dummy's Guide to the Internet", by Adam Gaffin
  492.         Publisher: MIT Press
  493.         ISBN: 0-262-57105-6
  494.         Price: $14.95
  495.  
  496. "The Internet for Dummies", by John Levine & Carol Baroudi
  497.         Publisher: IDG Books
  498.         ISBN: 1-56884-024-1
  499.         Price: $19.95
  500.  
  501.  
  502. Contacting the Author
  503. ---------------------
  504.  
  505. "Doctor Bob", also known as Bob Rankin, welcomes your feedback on this
  506. guide and can be reached at the following addresses.  Send corrections,
  507. ideas, suggestions and comments by e-mail.  I'll try to include any new
  508. e-mail services in future editions of this guide.
  509.  
  510. Delphi:        BobRankin@Delphi.com
  511. AmericaOnline: BobRankin@AOL.com
  512. US Mail:       Doctor Bob / PO Box 39 / Tillson, NY / 12486
  513.  
  514.  
  515. Something Else From Doctor Bob!
  516. -------------------------------
  517.  
  518.     ==================================================
  519.          "100 COOL THINGS TO DO ON THE INTERNET!"
  520.              Doctor Bob's Internet Tour Guide
  521.       Over 100 places you *must* visit in cyberspace
  522.     ==================================================
  523.  
  524. There's a goldmine of information, software and services out
  525. there just waiting to be discovered!  It can be yours, but it
  526. ain't easy...  That's why you MUST have this informative report
  527. which gives you the lowdown on:
  528.  
  529. * Online databases          * Electronic Library Catalogs
  530. * Shopping in Cyberspace    * Job Postings
  531. * Vast software libraries   * ALL FREE!
  532.  
  533. You'll learn the basics of TELNETing, FTPing and
  534. GOPHERing to the information you want, with specific
  535. instructions and the "secret keys" you need  to unlock
  536. all the doors on the way!
  537.  
  538. This information could save you money, hours of valuable
  539. time, or lead you to a new career.  And best of all,
  540. THIS 12-PAGE REPORT COSTS ONLY $5.00 !!!
  541.  
  542. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  543.  
  544.       To get your printed copy of
  545. "100 COOL THINGS TO DO ON THE INTERNET!"
  546.  
  547. send just $5 (cash, check or money order) plus a
  548.      self-addressed, stamped envelope to:
  549.  
  550.  -->  DOCTOR BOB
  551.  -->  PO BOX 39, DEPT A2
  552.  -->  TILLSON, NY 12486 (USA)
  553.  
  554. -------------------------------------------------------------
  555. Copyright (c) 1994,  "Doctor Bob" Rankin
  556. All rights reserved.  Permission is granted to repost this
  557. document in complete and unaltered form only.
  558.  
  559.  
  560.  
  561.